Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ListBase<T> Class
The type of elements in the list.
Members


ListBase<T> Class
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.
Syntax
'Declaration
 
Public Class ListBase(Of T) 
 
'Usage
 
Dim instance As ListBase(Of T)
Type Parameters
T
The type of elements in the list.
Inheritance Hierarchy
See Also